home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / AOCE Sample Code / PowerTalk Access Modules / Sample SMSAM / SampleSMSAM Source / BuildingBlocks / OCEObjectsTests.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-28  |  887 b   |  38 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        OCEObjectsTests.h
  3.  
  4.     Copyright:    © 1991-1994 by Apple Computer, Inc.
  5.                 All rights reserved.
  6.  
  7.     Part of the AOCE Sample SMSAM Package.  Consult the license
  8.     which came with this software for your specific legal rights.
  9.  
  10. */
  11.  
  12.  
  13.  
  14. #ifndef    __OCEOBJECTSTESTS__
  15. #define    __OCEOBJECTSTESTS__
  16.  
  17. #ifndef    debug
  18. #define    debug    // we are always in debug mode when compiling anyone who includes this!
  19. #endif
  20.  
  21. #ifndef    __BUILDINGBLOCKSTEST__
  22. #include "BuildingBlocksTest.h"
  23. #endif
  24.  
  25. /***********************************|****************************************/
  26.  
  27. extern void RunAllOCEOjectsTests ();
  28. extern void TRStringTests ();
  29. extern void CreationIDTests ();
  30. extern void DirDiscriminatorTests ();
  31. extern void TPathnameTests ();
  32. extern void TRLITests ();
  33. extern void TRecordIDTests ();
  34.  
  35. /***********************************|****************************************/
  36.  
  37. #endif    // __OCEOBJECTSTESTS__
  38.